(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251126&created_hour=03&dduuid=bb4fd40a672f5&device=0&device_type=desktop&os=Windows&ssid=7t8r1i5q1oftrd8juk3daupm4t&t=1764099626&typeid=22&url_type=1&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4ff661d5c4b7f3e757ea93c01bdc0fa24d458832&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();