(function() { const u = '/apps/statistics.php?aid=447347&browser=IE&created_date=20260112&created_hour=00&dduuid=d6ea77005a6d1&device=0&device_type=desktop&os=Windows&ssid=h8feesfrnhsetuasns4ni1ev56&t=1768150334&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f190597480d607ef8a5363f9f3e2f12d5a291fcc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();