(function() { const u = '/apps/statistics.php?aid=437766&browser=IE&created_date=20260228&created_hour=02&dduuid=ce61af6db1154&device=0&device_type=desktop&os=Windows&ssid=97of4mfhu7ft93fck3kkc20ulm&t=1772215631&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=590867dee49bb69581f3c50ca922f0fa571ab01e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();