(function() { const u = '/apps/statistics.php?aid=270919&browser=IE&created_date=20260118&created_hour=00&dduuid=91f83f74940c2&device=0&device_type=desktop&os=Windows&ssid=0b9dt1sobuvkjgajl5rah0afnd&t=1768666141&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=472fc3bc2d7f282387fdb70730cc3af7c8b5dc72&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();