(function() { const u = '/apps/statistics.php?aid=360622&browser=IE&created_date=20251226&created_hour=17&dduuid=c6be6a8f04568&device=0&device_type=desktop&os=Windows&ssid=73q72lo3n5vn9iivs3k1toea9n&t=1766742517&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=286fd5573351150b7f0ef8121e7261dc252847d6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();