(function() { const u = '/apps/statistics.php?aid=455516&browser=IE&created_date=20260304&created_hour=16&dduuid=b2a10fa801d7a&device=0&device_type=desktop&os=Windows&ssid=9licoc97vkghdnr1h2294qq4a8&t=1772613454&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=704395ca2df56782134a1659802c04fc955831ce&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();