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