(function() { const u = '/apps/statistics.php?aid=409048&browser=IE&created_date=20251221&created_hour=19&dduuid=7611fdd826927&device=0&device_type=desktop&os=Windows&ssid=44h06qfcooa0ptugn1t673g62t&t=1766316924&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8b633aaea825a1988fe73e2c204576346b77d6a1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();