(function() { const u = '/apps/statistics.php?aid=5&browser=IE&created_date=20251126&created_hour=03&dduuid=914f3d2ed738d&device=0&device_type=desktop&os=Windows&ssid=52qm3a0sv27am4b28ou9ilkqau&t=1764099533&typeid=2&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fc5631c3937be2bec9c3dff2120c4d68ff89132c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();