(function() { const u = '/apps/statistics.php?aid=454898&browser=IE&created_date=20260303&created_hour=23&dduuid=d256e5c5536ee&device=0&device_type=desktop&os=Windows&ssid=16erv08fuo9scrc759qb7pgplj&t=1772550814&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b09f1c3f44c0d569ee745a22f4092af6ad05f53f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();