(function() { const u = '/apps/statistics.php?aid=454352&browser=IE&created_date=20260308&created_hour=03&dduuid=05c5178d25812&device=0&device_type=desktop&os=Windows&ssid=4262l5981igsesrhfakimit3hj&t=1772912431&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9742ffc8e843064449ef3cf507aa54f51008e67a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();