(function() { const u = '/apps/statistics.php?aid=455732&browser=IE&created_date=20260304&created_hour=11&dduuid=9345f8cb0184f&device=0&device_type=desktop&os=Windows&ssid=5q9fhnlbgtpqa61lv4pev3ha9p&t=1772594592&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dcb84be06c99a23779a3dccc47f74e64750136d0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();