(function() { const u = '/apps/statistics.php?aid=454888&browser=IE&created_date=20260311&created_hour=02&dduuid=0a876b9c6c5e6&device=0&device_type=desktop&os=Windows&ssid=mh2cnthbi3agk3n12skhh6q4pq&t=1773167173&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b8eb8c8b2d48baf364a80c3a40af6f80bf8f1f00&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();