(function() { const u = '/apps/statistics.php?aid=264455&browser=IE&created_date=20260315&created_hour=16&dduuid=8425d2325576a&device=0&device_type=desktop&os=Windows&ssid=28jmag1ltoniluedqsrhr2arh9&t=1773563378&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c11aa6b2c2bf3154f95ad597970832490c5ff398&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();