(function() { const u = '/apps/statistics.php?aid=455017&browser=IE&created_date=20260224&created_hour=13&dduuid=9df850f430d1a&device=0&device_type=desktop&os=Windows&ssid=b0atd1lv9ap0do1uvougrm6pc9&t=1771910040&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8dd2c1ad7028bd19b545ab080f548510933a7e49&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();