(function() { const u = '/apps/statistics.php?aid=458155&browser=IE&created_date=20260301&created_hour=03&dduuid=e90896015ac80&device=0&device_type=desktop&os=Windows&ssid=tsas7tm2k5n21ql49688qtr8am&t=1772305950&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eafe60c7896346d250128fa8087be51c9917d5ba&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();