(function() { const u = '/apps/statistics.php?aid=44&browser=IE&created_date=20251208&created_hour=00&dduuid=cc283c8de614e&device=0&device_type=desktop&os=Windows&ssid=j483ghh7l79s3dsdk9mg49180p&t=1765124476&typeid=9&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dd35b6f8a1e79432e9fc18ac866c322dc7fc4913&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();