(function() { const u = '/apps/statistics.php?aid=448522&browser=IE&created_date=20260122&created_hour=05&dduuid=b45ed98344dfa&device=0&device_type=desktop&os=Windows&ssid=cb2rlj5allahr40ll04vv3vusp&t=1769030340&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b69b684f67455f0d80a63ae6e349f1375c2dfe50&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();