(function() { const u = '/apps/statistics.php?aid=206744&browser=IE&created_date=20251226&created_hour=04&dduuid=9104cae1eeb4e&device=0&device_type=desktop&os=Windows&ssid=3st68n31gjg2ugstlm45l1eitp&t=1766696331&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fa909fb41ce070016bf00e572b32a6e1bee37439&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();