(function() { const u = '/apps/statistics.php?aid=450280&browser=IE&created_date=20260226&created_hour=01&dduuid=e8e1fc90b562a&device=0&device_type=desktop&os=Windows&ssid=goni6fmo3n8ek0deqis3g5p597&t=1772041277&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a453b7d9c2d8e4606548f80589d1c2de658392fd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();