(function() { const u = '/apps/statistics.php?aid=442412&browser=IE&created_date=20251208&created_hour=12&dduuid=1adf6b6db642f&device=0&device_type=desktop&os=Windows&ssid=9sof5rugups8r5q798os7t0hm3&t=1765167666&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=52d4f786364397f5bef11f081008d6460c9675dc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();