(function() { const u = '/apps/statistics.php?aid=455606&browser=IE&created_date=20260311&created_hour=04&dduuid=4547b55d8b868&device=0&device_type=desktop&os=Windows&ssid=4f95j8lmls766hplidia4ifasj&t=1773176174&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c6854de0e3c4544ad73bf06e3e98ec93ef40f7d0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();