(function() { const u = '/apps/statistics.php?aid=449229&browser=IE&created_date=20260309&created_hour=11&dduuid=afe03147e8e38&device=0&device_type=desktop&os=Windows&ssid=jjva0rsjom8lm84f49ogqd4q7t&t=1773025864&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6f8efd14ce52b357192504eb0ae3d7ead5c63ed6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();