(function() { const u = '/apps/statistics.php?aid=299906&browser=IE&created_date=20251222&created_hour=07&dduuid=945408c3020ff&device=0&device_type=desktop&os=Windows&ssid=e9d325atli59j11ult2qpom9mn&t=1766361557&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=894df9e9db79138740ab9de07f2fc7deeaf826e1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();