(function() { const u = '/apps/statistics.php?aid=442349&browser=IE&created_date=20260305&created_hour=02&dduuid=0b5fa240da54b&device=0&device_type=desktop&os=Windows&ssid=bp091nh6g48daf6ji7bpq2g223&t=1772650532&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ddfa9f9670927f2cdb421cb9739252124d08f166&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();