(function() { const u = '/apps/statistics.php?aid=431291&browser=IE&created_date=20251229&created_hour=16&dduuid=eeb84455679d4&device=0&device_type=desktop&os=Windows&ssid=g8ofc3p8fn7g3l23okrlvdj6tn&t=1766995474&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e48fc2eccdb978c4bbc6445123967fe471622e89&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();