(function() { const u = '/apps/statistics.php?aid=454518&browser=IE&created_date=20260311&created_hour=00&dduuid=6365f51ee48fe&device=0&device_type=desktop&os=Windows&ssid=im65r11dou4hms4hd074ajjccl&t=1773160138&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0b24d5f12d6592e7f3d62be656bd8d2e2d57189b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();