(function() { const u = '/apps/statistics.php?aid=448093&browser=IE&created_date=20260112&created_hour=00&dduuid=99fdb47d4928c&device=0&device_type=desktop&os=Windows&ssid=fc033li7gumjal8231asnouneu&t=1768150197&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=021e8eca2c87ce6422684350f59c6f32a9ae7bc5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();