(function() { const u = '/apps/statistics.php?aid=399934&browser=IE&created_date=20260112&created_hour=13&dduuid=5fb565108e5a4&device=0&device_type=desktop&os=Windows&ssid=097sqdeqscqgvvl2071dkdb7e4&t=1768194039&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0d5d41a44f70204c932a6479d40d6d5e1a40c96b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();