(function() { const u = '/apps/statistics.php?aid=424639&browser=IE&created_date=20260307&created_hour=05&dduuid=81123b4e4c0e8&device=0&device_type=desktop&os=Windows&ssid=gipf2j3n67ji9bqlcbu6b3io3j&t=1772834365&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ef126658a45b2a850185f66084808d5011d769d4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();