(function() { const u = '/apps/statistics.php?aid=21273&browser=IE&created_date=20260118&created_hour=21&dduuid=42bbe13a1fc41&device=0&device_type=desktop&os=Windows&ssid=eu2sri8vos6h98rf3jsoj99t6n&t=1768741958&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d6420904d6b0dad1dbc0e6fe866a5efe26e63b06&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();