(function() { const u = '/apps/statistics.php?aid=449239&browser=IE&created_date=20260226&created_hour=19&dduuid=5ca008b3582ee&device=0&device_type=desktop&os=Windows&ssid=e090rv4u8f3ht9e309mks9l3s5&t=1772106615&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d683dceb285e6606a70f559d70a835d1e4ab8a31&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();