(function() { const u = '/apps/statistics.php?aid=113180&browser=IE&created_date=20260114&created_hour=15&dduuid=15f169e6dc0fe&device=0&device_type=desktop&os=Windows&ssid=781jrh6upqcrfhtmtot1ifeeno&t=1768375630&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e1997927b0313093705a4db0b042132f6e7922d2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();