(function() { const u = '/apps/statistics.php?aid=431036&browser=IE&created_date=20260324&created_hour=14&dduuid=29f060991908f&device=0&device_type=desktop&os=Windows&ssid=btgph611ceddp1toq2j5a0jg0n&t=1774333743&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dff339f4c864f1fc25fb700757c8ce5566c2a6f4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();