(function() { const u = '/apps/statistics.php?aid=454836&browser=IE&created_date=20260307&created_hour=10&dduuid=9b2ce7030afec&device=0&device_type=desktop&os=Windows&ssid=igb31le496ml439ipg7mgj3q69&t=1772851859&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6a3266c07799ed6b64f68b04734d7d8f83afb620&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();