(function() { const u = '/apps/statistics.php?aid=21249&browser=IE&created_date=20260119&created_hour=00&dduuid=edb60ac8194a8&device=0&device_type=desktop&os=Windows&ssid=a274pbtk9fpn4m6gnbhlllgmhf&t=1768752899&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ec85763e4f273e1d6cf8c592e57fecda9706f536&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();