(function() { const u = '/apps/statistics.php?aid=453068&browser=IE&created_date=20260225&created_hour=00&dduuid=8b182ffe3b96a&device=0&device_type=desktop&os=Windows&ssid=ceettu0p7fc5sospu6ag3m1pgs&t=1771951856&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=04e45e701c3f28745f1cc0c3b35249a555cdd456&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();