(function() { const u = '/apps/statistics.php?aid=443517&browser=IE&created_date=20251216&created_hour=09&dduuid=d29d6d6ccffc4&device=0&device_type=desktop&os=Windows&ssid=p38sf1g5okp9m2s6j9ndafggev&t=1765849240&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a78d8da6a09b7b890be16bb54013e249799a81a5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();