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