(function() { const u = '/apps/statistics.php?aid=312621&browser=IE&created_date=20260311&created_hour=18&dduuid=4aa95705c9784&device=0&device_type=desktop&os=Windows&ssid=4jaoqn4jct2kqrk9neqd4ublol&t=1773223669&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=97df26340e8e0385889010f9cd4abef4f36f488e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();