(function() { const u = '/apps/statistics.php?aid=455166&browser=IE&created_date=20260311&created_hour=04&dduuid=e06332b14a3d2&device=0&device_type=desktop&os=Windows&ssid=8bca8tmfca86cll42un4f3m6jg&t=1773175863&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0ed6b33d534ee5fe25b75b7507f67a03f22be5c4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();