(function() { const u = '/apps/statistics.php?aid=445726&browser=IE&created_date=20260122&created_hour=18&dduuid=c9d2774f7ac3e&device=0&device_type=desktop&os=Windows&ssid=109cu0uc1oudr6q0t3c0okjc44&t=1769078886&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cd6b77a576d8a9c7b462286360de0b04d405ee36&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();