(function() { const u = '/apps/statistics.php?aid=450689&browser=IE&created_date=20260307&created_hour=17&dduuid=953ebf7cffe28&device=0&device_type=desktop&os=Windows&ssid=sq6sbeoq144d821q7g5u9gmmql&t=1772874593&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=df3301540887264273eed1df49bbac80bd403d27&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();