(function() { const u = '/apps/statistics.php?aid=206784&browser=IE&created_date=20251226&created_hour=01&dduuid=7fcf1d36acdb6&device=0&device_type=desktop&os=Windows&ssid=b28dajgr15or520718vdoeg0lg&t=1766684023&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d8aa34cb4589846b4c9e0fdb37f01b2ffd1815c4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();