(function() { const u = '/apps/statistics.php?aid=7681&browser=IE&created_date=20260224&created_hour=07&dduuid=f3fd11ddb991f&device=0&device_type=desktop&os=Windows&ssid=t931ijnghv7ea6l71u87nhlhu7&t=1771890591&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f2497de58ff5b540ba2fc185157cbd893c13d52b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();