(function() { const u = '/apps/statistics.php?aid=454150&browser=IE&created_date=20260311&created_hour=11&dduuid=7d737b6d29f5b&device=0&device_type=desktop&os=Windows&ssid=apov7namvlforhj9dibhul7do3&t=1773200521&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=479d6272ae55fd318aab594efdf0988545f6e6e7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();