(function() { const u = '/apps/statistics.php?aid=449003&browser=IE&created_date=20260113&created_hour=15&dduuid=5ed2bec7578e2&device=0&device_type=desktop&os=Windows&ssid=2milo3tm1ttkqq7hl1vvhg35ht&t=1768288454&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=16e5be10adb7542b9f3290bde007ced161b370f6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();