(function() { const u = '/apps/statistics.php?aid=443888&browser=IE&created_date=20251220&created_hour=12&dduuid=2260ff6b09c8e&device=0&device_type=desktop&os=Windows&ssid=jgqanb4lud6fp7sajbjd39sk5s&t=1766204196&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=704b8b42274fc6848a21061c63a56432487a3150&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();