(function() { const u = '/apps/statistics.php?aid=453905&browser=IE&created_date=20260226&created_hour=11&dduuid=79308dcf36e97&device=0&device_type=desktop&os=Windows&ssid=grj3o9d54k3tdomm1982cr4ond&t=1772076809&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f4d8b6f35b066ef90ce48d5593b7e15a6eb52956&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();