(function() { const u = '/apps/statistics.php?aid=12409&browser=IE&created_date=20260121&created_hour=03&dduuid=5fa2d6b03938f&device=0&device_type=desktop&os=Windows&ssid=bqp9m86ksck11hnq84ims836hd&t=1768936069&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=42ff9fdc040f607b7938e76a8c9dbd3e95be78ad&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();