(function() { const u = '/apps/statistics.php?aid=454797&browser=IE&created_date=20260223&created_hour=22&dduuid=26a2ba6141ce7&device=0&device_type=desktop&os=Windows&ssid=bt4437s3hpb41adb2hb6eu3jhe&t=1771856570&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cdf3ff1a000990a13057abec8cc841b0a0a9692a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();