(function() { const u = '/apps/statistics.php?aid=441727&browser=IE&created_date=20251223&created_hour=07&dduuid=75a2c2ffaa9fa&device=0&device_type=desktop&os=Windows&ssid=c5um73mp3df1al1en076vj6mtj&t=1766447166&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=73da98442202a821681a302067d0b0bd92199aa6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();